home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000205_news@newsmaster….columbia.edu _Wed Aug 20 13:23:37 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA07667
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 20 Aug 1997 13:23:37 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA19271
  7.     for kermit.misc@watsun; Wed, 20 Aug 1997 13:23:36 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Problem with IF NUMERIC between 3.14 and 3.15
  12. Date: 20 Aug 1997 17:23:35 GMT
  13. Organization: Columbia University
  14. Lines: 27
  15. Message-ID: <5tf96n$rnq$1@apakabar.cc.columbia.edu>
  16. References: <33fb02f2.277916@news.calvacom.fr>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7517
  19.  
  20. In article <33fb02f2.277916@news.calvacom.fr>,
  21. Dominique Ottello <do11@calva.net> wrote:
  22. : One more time : Hello from France.
  23. : The take file hereunder is able to test a keyboard data input to see if the
  24. : data is defined (not only return key), numeric and between lower and upper
  25. : limits.
  26. : Under MS-DOS Kermit 3.14 :
  27. : inputs with unary operators + or - are seen as not numeric.
  28. : (The documentation says that only digits 0..9 are accepted)
  29. Obviously we will not be making any changes to MS-DOS Kermit 3.14.
  30. New features and behavior will appear in version 3.15.
  31.  
  32. : Under MS-DOS Kermit 3.15 :
  33. : inputs need to have unary operators + or -
  34. :
  35. : Any data without unary operator + and with more than one numeric character
  36. : is seen as not numeric.
  37. :        "5" or "+5" are both seen as numeric
  38. :        "12" is seen as not numeric
  39. :
  40. This is a bug; thanks for noticing it.  We'll get it fixed.  (This is what
  41. Beta test are for!)
  42.  
  43. - Frank